Home

Computer science

'

Assume we provided our own implementation for a Queue, but our implementation assumes that the front of the Queue is at index 0.

Briefly (in one sentence) explain if the O-notation for the enqueue and dequeue operations for our implementation will change, and if it does change, state what the O-notation will be for these operations.

'

Answer